home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 1 / 001.d81 / 1541 tutorial 2 < prev    next >
Text File  |  2022-08-26  |  4KB  |  280 lines

  1.   History of the 1541 continued.
  2.   ------- -- --- ---- ---------
  3.  
  4.  
  5.    Then came the VIC-20.  Commodore
  6.  
  7. made many advances on this one!  Low
  8.  
  9. price!  Graphics!  Low price!  Color!
  10.  
  11. Low Price!  3-channel sound!  Low
  12.  
  13. Price!  RS-232!  Low Price!  8 user-
  14.  
  15. programmable function keys! Low Price!
  16.  
  17. A cartridge slot for games!  Not to
  18.  
  19. mention a low price!  Even though they
  20.  
  21. were producing a computer to compete
  22.  
  23. with home video games, they learned
  24.  
  25. their lesson on the PET 2001 and gave
  26.  
  27. the VIC a REAL KEYBOARD!
  28.  
  29.  
  30.  
  31.    But for the sake of low price, Com-
  32.  
  33. modore took several MAJOR steps back-
  34.  
  35. wards.  Only 5K of RAM.  22-column
  36.  
  37. screen.  Back to BASIC V2.  And worst
  38.  
  39. of all, they scrapped the wonderful
  40.  
  41. IEEE-488 bus that could shove all 8
  42.  
  43. bits of a byte down the wires at once,
  44.  
  45. and replaced it with a "serial bus"
  46.  
  47. that had to spool those bits out one
  48.  
  49. at a time.
  50.  
  51.  
  52.  
  53.    Commodore then produced the 1540
  54.  
  55. Single Floppy Disk Drive.  It was bas-
  56.  
  57. ically a one-drive, serial bus version
  58.  
  59. of the 4040.  It had less RAM, so that
  60.  
  61. fewer files could be open at any one
  62.  
  63. time.  It used the new half-high disk
  64.  
  65. drive units.  Instead of two micro-
  66.  
  67. processors (one for the drives and one
  68.  
  69. for the interface), it had one proces-
  70.  
  71. sor controlling the single drive and
  72.  
  73. the interface.
  74.  
  75.  
  76.  
  77.    About two years later Commodore in-
  78.  
  79. vented the Commodore 64!  (Ever heard
  80.  
  81. of one of those?)  I won't go into
  82.  
  83. all of its nice features, but it still
  84.  
  85. had the serial bus and it still had
  86.  
  87. BASIC V2.
  88.  
  89.  
  90.  
  91.    Well, the 1540 was supposed to work
  92.  
  93. with the 64, but it couldn't SAVE or
  94.  
  95. LOAD programs due to timing problems.
  96.  
  97. (Sound familiar?)  This time, Commo-
  98.  
  99. dore upgraded the disk drive instead
  100.  
  101. of the BASIC in the computer, and so
  102.  
  103. was born the 1541.  The 1541 is almost
  104.  
  105. identical to the 1540 except for the
  106.  
  107. DOS in ROM.
  108.  
  109.  
  110.  
  111.    Anyway, with BASIC V2, it is not
  112.  
  113. easy to send commands to the disk.
  114.  
  115. You have to OPEN the command channel.
  116.  
  117. It's not easy to view the disk direc-
  118.  
  119. tory.  You have to LOAD that as a pro-
  120.  
  121. gram and LIST it.  (Good-bye whatever
  122.  
  123. program you were working on, unless
  124.  
  125. you saved it).  If the drive gets an
  126.  
  127. error, it flashes its little red light
  128.  
  129. as a sign.  If you want to know what
  130.  
  131. KIND of error, you can't just PRINT
  132.  
  133. DS$ (Disk Status) like you can with
  134.  
  135. BASIC V4.
  136.  
  137.  
  138.  
  139.    These problems existed in the old
  140.  
  141. PETs with BASIC V2 as well, so an en-
  142.  
  143. terprising programmer by the name of
  144.  
  145. Bob Fairbairn wrote the DOS Manager,
  146.  
  147. or DOS Wedge as it has come to be
  148.  
  149. known.  (Also referred to as the DOS
  150.  
  151. Support Program.)  Commodore put this
  152.  
  153. goodie on the TEST/DEMO disk they in-
  154.  
  155. cluded with every drive.
  156.  
  157.  
  158.  
  159.    So with the 1540/1541, two new ver-
  160.  
  161. sions of The Wedge were written -- one
  162.  
  163. for the VIC-20 and one for the C-64.
  164.  
  165. This program is included on your TEST/
  166.  
  167. DEMO disk, and can really make life
  168.  
  169. easier!
  170.  
  171.  
  172.  
  173.    The manual included with the 1541
  174.  
  175. is actually a hurried revision of one
  176.  
  177. of the earlier drive's manual.  (For
  178.  
  179. proof, just read the description of
  180.  
  181. Error #74 "DRIVE NOT READY" on page 46
  182.  
  183. thereof!  Not to mention the "red-
  184.  
  185. light/green-light" mixup on page 8!)
  186.  
  187.  
  188.  
  189.    As a reference manual for techni-
  190.  
  191. chal-types, the 1541 manual isn't half
  192.  
  193. bad.  As a tutorial manual for the
  194.  
  195. first-time computer user, it's a joke!
  196.  
  197.  
  198.  
  199.    So all this history has been lead-
  200.  
  201. ing up to this announcement:  Start-
  202.  
  203. ing next month, LOADSTAR will publish
  204.  
  205. an on-going 1541 Tutorial!  We will
  206.  
  207. cover basic operations and the DOS
  208.  
  209. Wedge first, then move on into sequen-
  210.  
  211. tial and relative file handling, and
  212.  
  213. later into more esoteric functions.
  214.  
  215.  
  216.  
  217.    For now, a few do's and don'ts.  I
  218.  
  219. won't tell you why (yet!), but just
  220.  
  221. observe the following.
  222.  
  223.  
  224.  
  225.    1.  DO NOT use the "Save and Re-
  226.  
  227.        place" command described on
  228.  
  229.        page 13.  Believe me, it can
  230.  
  231.        be as unlucky for you as the
  232.  
  233.        page number implies!
  234.  
  235.  
  236.  
  237.    2.  DON'T use the "Open and Re-
  238.  
  239.        place" construct described on
  240.  
  241.        page 20.  Just don't!
  242.  
  243.  
  244.  
  245.    3.  DO NOT turn on or off either
  246.  
  247.        the computer or the drive if
  248.  
  249.        there is a disk in the drive
  250.  
  251.        and the door is closed.  Pop
  252.  
  253.        the door open first!
  254.  
  255.  
  256.  
  257.    4.  DO make sure that all your
  258.  
  259.        disks have different ID's.
  260.  
  261.  
  262.  
  263.    5.  DO plug all components of
  264.  
  265.        your computer system into
  266.  
  267.        the same GROUNDED 3-wire
  268.  
  269.        power circuit.  In fact, in-
  270.  
  271.        vest in a power strip!
  272.  
  273.  
  274.  
  275.    Next month, I'll cover LOADing and
  276.  
  277. SAVEing, and Formatting a new blank
  278.  
  279. disk.  See you then!
  280.